From 1af74ba8de88c2da154bc9146c53ad8a5337842b Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Sat, 7 Feb 2009 11:04:22 +0000 Subject: [PATCH] * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event when modal window is active. (Bug #2152) (applicationShouldTerminate:): Remove now-unneeded while loop around NSRunAlertPanel. * nsmenu.m (popupSession): New file-global variable. (pop_down_menu): End the popupSession before closing dialog. (ns_popup_dialog): BLOCK_INPUT around dialog presentation. (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous), don't query NSApp for events (just sleep instead). --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 35ce48f09ac..5575d40d833 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2009-02-07 Adrian Robert + + * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event + when modal window is active. (Bug #2152) + (applicationShouldTerminate:): Remove now-unneeded while loop + around NSRunAlertPanel. + + * nsmenu.m (popupSession): New file-global variable. + (pop_down_menu): End the popupSession before closing dialog. + (ns_popup_dialog): BLOCK_INPUT around dialog presentation. + (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous), + don't query NSApp for events (just sleep instead). + 2009-02-07 Eli Zaretskii * coding.c (syms_of_coding) : Modify -- 2.30.2